summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Hutchings [Sun, 6 Feb 2022 23:00:26 +0000 (00:00 +0100)]
sh: Do not use hyphen in exported variable names
arch/sh/Makefile defines and exports ld-bfd to be used by
arch/sh/boot/Makefile and arch/sh/boot/compressed/Makefile. However
some shells, including dash, will not pass through environment
variables whose name includes a hyphen. Usually GNU make does not use
a shell to recurse, but if e.g. $(srctree) contains '~' it will use a
shell here.
Rename the variable to ld_bfd.
(Another instance of this problem was fixed upstream by commit
82977af93a0d "sh: rename suffix-y to suffix_y".)
References: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=sh4&ver=4.13%7Erc5-1%7Eexp1&stamp=
1502943967&raw=0
Fixes: ef9b542fce00 ("sh: bzip2/lzma uImage support.")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/sh
Gbp-Pq: Name sh-boot-do-not-use-hyphen-in-exported-variable-name.patch
Ben Hutchings [Sat, 22 Jul 2017 16:37:33 +0000 (17:37 +0100)]
perf tools: Fix unwind build on i386
Forwarded: no
EINVAL may not be defined when building unwind-libunwind.c with
REMOTE_UNWIND_LIBUNWIND, resulting in a compiler error in
LIBUNWIND__ARCH_REG_ID(). Its only caller, access_reg(), only checks
for a negative return value and doesn't care what it is. So change
-EINVAL to -1.
Fixes: 52ffe0ff02fc ("Support x86(32-bit) cross platform callchain unwind.")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/x86
Gbp-Pq: Name perf-tools-fix-unwind-build-on-i386.patch
Ben Hutchings [Fri, 17 Feb 2017 01:30:30 +0000 (01:30 +0000)]
ARM: dts: kirkwood: Fix SATA pinmux-ing for TS419
Forwarded: https://lore.kernel.org/all/
20170218003251.GC4152@decadent.org.uk/
Bug-Debian: https://bugs.debian.org/855017
The old board code for the TS419 assigns MPP pins 15 and 16 as SATA
activity signals (and none as SATA presence signals). Currently the
device tree assigns the SoC's default pinmux groups for SATA, which
conflict with the second Ethernet port.
Reported-by: gmbh@gazeta.pl
Tested-by: gmbh@gazeta.pl
References: https://bugs.debian.org/855017
Cc: stable@vger.kernel.org # 3.15+
Fixes: 934b524b3f49 ("ARM: Kirkwood: Add DT description of QNAP 419")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/arm
Gbp-Pq: Name arm-dts-kirkwood-fix-sata-pinmux-ing-for-ts419.patch
Adam Borowski [Tue, 28 Mar 2017 14:55:05 +0000 (16:55 +0200)]
btrfs: warn about RAID5/6 being experimental at mount time
Bug-Debian: https://bugs.debian.org/863290
Origin: https://bugs.debian.org/863290#5
Forwarded: https://lore.kernel.org/linux-btrfs/
4105665.mVaztBssJx@bagend/
Too many people come complaining about losing their data -- and indeed,
there's no warning outside a wiki and the mailing list tribal knowledge.
Message severity chosen for consistency with XFS -- "alert" makes dmesg
produce nice red background which should get the point across.
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
[bwh: Also add_taint() so this is flagged in bug reports]
[2023-01-10: still accurate according to btrfs-progs own manpage:
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=
922797e15590b836e377d6dc47b828356cafc2a9]
[2024-03-17: still accurate; manpage is now in Documentation/btrfs-man5.rst
implementation went from disk-io.c to super.c; forwarded the issue]
Gbp-Pq: Topic debian
Gbp-Pq: Name btrfs-warn-about-raid5-6-being-experimental-at-mount.patch
Ben Hutchings [Wed, 13 Jul 2016 00:37:22 +0000 (01:37 +0100)]
fanotify: Taint on use of FANOTIFY_ACCESS_PERMISSIONS
Forwarded: not-needed
Various free and proprietary AV products use this feature and users
apparently want it. But punting access checks to userland seems like
an easy way to deadlock the system, and there will be nothing we can
do about that. So warn and taint the kernel if this feature is
actually used.
Gbp-Pq: Topic debian
Gbp-Pq: Name fanotify-taint-on-use-of-fanotify_access_permissions.patch
Ben Hutchings [Sat, 18 Mar 2017 20:47:58 +0000 (20:47 +0000)]
fjes: Disable auto-loading
Bug-Debian: https://bugs.debian.org/853976
Forwarded: no
fjes matches a generic ACPI device ID, and relies on its probe
function to distinguish whether that really corresponds to a supported
device. Very few system will need the driver and it wastes memory on
all the other systems where the same device ID appears, so disable
auto-loading.
Gbp-Pq: Topic debian
Gbp-Pq: Name fjes-disable-autoload.patch
Ben Hutchings [Sat, 20 Apr 2013 14:52:02 +0000 (15:52 +0100)]
viafb: Autoload on OLPC XO 1.5 only
Bug-Debian: https://bugs.debian.org/705788
Forwarded: no
It appears that viafb won't work automatically on all the boards for
which it has a PCI device ID match. Currently, it is blacklisted by
udev along with most other framebuffer drivers, so this doesn't matter
much.
However, this driver is required for console support on the XO 1.5.
We need to allow it to be autoloaded on this model only, and then
un-blacklist it in udev.
Gbp-Pq: Topic bugfix/x86
Gbp-Pq: Name viafb-autoload-on-olpc-xo1.5-only.patch
Ben Hutchings [Wed, 5 Feb 2014 23:01:30 +0000 (23:01 +0000)]
snd-pcsp: Disable autoload
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/697709
There are two drivers claiming the platform:pcspkr device:
- pcspkr creates an input(!) device that can only beep
- snd-pcsp creates an equivalent input device plus a PCM device that can
play barely recognisable renditions of sampled sound
snd-pcsp is blacklisted by the alsa-base package, but not everyone
installs that. On PCs where no sound is wanted at all, both drivers
will still be loaded and one or other will complain that it couldn't
claim the relevant I/O range.
In case anyone finds snd-pcsp useful, we continue to build it. But
remove the alias, to ensure it's not loaded where it's not wanted.
Gbp-Pq: Topic debian
Gbp-Pq: Name snd-pcsp-disable-autoload.patch
Ben Hutchings [Sun, 31 Mar 2013 02:58:04 +0000 (03:58 +0100)]
cdc_ncm,cdc_mbim: Use NCM by default
Forwarded: not-needed
Devices that support both NCM and MBIM modes should be kept in NCM
mode unless there is userland support for MBIM.
Set the default value of cdc_ncm.prefer_mbim to false and leave it to
userland (modem-manager) to override this with a modprobe.conf file
once it's ready to speak MBIM.
Gbp-Pq: Topic debian
Gbp-Pq: Name cdc_ncm-cdc_mbim-use-ncm-by-default.patch
Ben Hutchings [Tue, 20 Aug 2019 23:32:16 +0000 (00:32 +0100)]
intel-iommu: Add Kconfig option to exclude iGPU by default
Bug-Debian: https://bugs.debian.org/935270
Bug-Kali: https://bugs.kali.org/view.php?id=5644
There is still laptop firmware that touches the integrated GPU behind
the operating system's back, and doesn't say so in the RMRR table.
Enabling the IOMMU for all devices causes breakage.
Replace CONFIG_INTEL_IOMMU_DEFAULT_ON with a 3-way choice
corresponding to "on", "off", and "on,intgpu_off".
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic features/x86
Gbp-Pq: Name intel-iommu-add-kconfig-option-to-exclude-igpu-by-default.patch
Ben Hutchings [Tue, 20 Aug 2019 23:05:30 +0000 (00:05 +0100)]
intel-iommu: Add option to exclude integrated GPU only
Bug-Debian: https://bugs.debian.org/935270
Bug-Kali: https://bugs.kali.org/view.php?id=5644
There is still laptop firmware that touches the integrated GPU behind
the operating system's back, and doesn't say so in the RMRR table.
Enabling the IOMMU for all devices causes breakage, but turning it off
for all graphics devices seems like a major weakness.
Add an option, intel_iommu=intgpu_off, to exclude only integrated GPUs
from remapping. This is a narrower exclusion than igfx_off: it only
affects Intel devices on the root bus. Devices attached through an
external port (Thunderbolt or ExpressCard) won't be on the root bus.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic features/x86
Gbp-Pq: Name intel-iommu-add-option-to-exclude-integrated-gpu-only.patch
Ben Hutchings [Mon, 11 Jan 2016 15:23:55 +0000 (15:23 +0000)]
security,perf: Allow further restriction of perf_event_open
Forwarded: https://lore.kernel.org/all/
20160111152355.GS28542@decadent.org.uk/
When kernel.perf_event_open is set to 3 (or greater), disallow all
access to performance events by users without CAP_SYS_ADMIN.
Add a Kconfig symbol CONFIG_SECURITY_PERF_EVENTS_RESTRICT that
makes this value the default.
This is based on a similar feature in grsecurity
(CONFIG_GRKERNSEC_PERF_HARDEN). This version doesn't include making
the variable read-only. It also allows enabling further restriction
at run-time regardless of whether the default is changed.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic features/all
Gbp-Pq: Name security-perf-allow-further-restriction-of-perf_event_open.patch
Serge Hallyn [Fri, 31 May 2013 18:12:12 +0000 (19:12 +0100)]
add sysctl to disallow unprivileged CLONE_NEWUSER by default
Origin: http://kernel.ubuntu.com/git?p=serge%2Fubuntu-saucy.git;a=commit;h=
5c847404dcb2e3195ad0057877e1422ae90892b8
add sysctl to disallow unprivileged CLONE_NEWUSER by default
This is a short-term patch. Unprivileged use of CLONE_NEWUSER
is certainly an intended feature of user namespaces. However
for at least saucy we want to make sure that, if any security
issues are found, we have a fail-safe.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
[bwh: Remove unneeded binary sysctl bits]
[bwh: Keep this sysctl, but change the default to enabled]
Gbp-Pq: Topic debian
Gbp-Pq: Name add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by-default.patch
Ben Hutchings [Wed, 19 Jun 2013 03:35:28 +0000 (04:35 +0100)]
yama: Disable by default
Bug-Debian: https://bugs.debian.org/712740
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name yama-disable-by-default.patch
Ben Hutchings [Fri, 2 Nov 2012 05:32:06 +0000 (05:32 +0000)]
fs: Enable link security restrictions by default
Bug-Debian: https://bugs.debian.org/609455
Forwarded: not-needed
This reverts commit
561ec64ae67ef25cac8d72bb9c4bfc955edfd415
('VFS: don't do protected {sym,hard}links by default').
Gbp-Pq: Topic debian
Gbp-Pq: Name fs-enable-link-security-restrictions-by-default.patch
Ben Hutchings [Sun, 4 Aug 2019 23:29:11 +0000 (00:29 +0100)]
hamradio: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
We can mitigate the effect of vulnerabilities in obscure protocols by
preventing unprivileged users from loading the modules, so that they
are only exploitable on systems where the administrator has chosen to
load the protocol.
The 'ham' radio protocols (ax25, netrom, rose) are not actively
maintained or widely used. Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name hamradio-disable-auto-loading-as-mitigation-against-local-exploits.patch
Ben Hutchings [Thu, 16 Feb 2017 19:09:17 +0000 (19:09 +0000)]
dccp: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
We can mitigate the effect of vulnerabilities in obscure protocols by
preventing unprivileged users from loading the modules, so that they
are only exploitable on systems where the administrator has chosen to
load the protocol.
The 'dccp' protocol is not actively maintained or widely used.
Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name dccp-disable-auto-loading-as-mitigation-against-local-exploits.patch
Ben Hutchings [Fri, 19 Nov 2010 02:12:48 +0000 (02:12 +0000)]
[PATCH 1/3] rds: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
Recent review has revealed several bugs in obscure protocol
implementations that can be exploited by local users for denial of
service or privilege escalation. We can mitigate the effect of any
remaining vulnerabilities in such protocols by preventing unprivileged
users from loading the modules, so that they are only exploitable on
systems where the administrator has chosen to load the protocol.
The 'rds' protocol is one such protocol that has been found to be
vulnerable, and which was not present in the 'lenny' kernel.
Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name rds-Disable-auto-loading-as-mitigation-against-local.patch
Ben Hutchings [Fri, 19 Nov 2010 02:12:48 +0000 (02:12 +0000)]
[PATCH 2/3] af_802154: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
Recent review has revealed several bugs in obscure protocol
implementations that can be exploited by local users for denial of
service or privilege escalation. We can mitigate the effect of any
remaining vulnerabilities in such protocols by preventing unprivileged
users from loading the modules, so that they are only exploitable on
systems where the administrator has chosen to load the protocol.
The 'af_802154' (IEEE 802.15.4) protocol is not widely used, was
not present in the 'lenny' kernel, and seems to receive only sporadic
maintenance. Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name af_802154-Disable-auto-loading-as-mitigation-against.patch
Ben Hutchings [Tue, 8 Jan 2013 03:25:52 +0000 (03:25 +0000)]
radeon, amdgpu: Firmware is required for DRM and KMS on R600 onward
Bug-Debian: https://bugs.debian.org/607194
Bug-Debian: https://bugs.debian.org/607471
Bug-Debian: https://bugs.debian.org/610851
Bug-Debian: https://bugs.debian.org/627497
Bug-Debian: https://bugs.debian.org/632212
Bug-Debian: https://bugs.debian.org/637943
Bug-Debian: https://bugs.debian.org/649448
Bug-Debian: https://bugs.debian.org/697229
Bug-Debian: https://bugs.debian.org/
1053764
Forwarded: no
Last-Update: 2023-11-08
radeon requires firmware/microcode for the GPU in all chips, but for
newer chips (apparently R600 'Evergreen' onward) it also expects
firmware for the memory controller and other sub-blocks.
radeon attempts to gracefully fall back and disable some features if
the firmware is not available, but becomes unstable - the framebuffer
and/or system memory may be corrupted, or the display may stay black.
Therefore, perform a basic check for the existence of
/lib/firmware/radeon when a device is probed, and abort if it
is missing, except for the pre-R600 case.
Update 2023-11-08:
In bug
1053764 Mario Limonciello <mario.limonciello@amd.com> states
that the patch isn't needed anymore for amdgpu, so remove that part
of the patch
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name radeon-amdgpu-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
Ben Hutchings [Thu, 30 May 2024 12:14:32 +0000 (13:14 +0100)]
firmware_loader: Log direct loading failures as info for d-i
Forwarded: not-needed
On an installed Debian system, firmware packages will normally be
installed automatically based on a mapping of device IDs to firmware.
Within the Debian installer this has not yet happened and we need a
way to detect missing firmware.
Although many/most drivers log firmware loading failures, they do so
using many different formats. This adds a single log message to the
firmware loader, which the installer's hw-detect package will look
for. The log level is set to "info" because some failures are
expected and we do not want to confuse users with bogus error messages
(like in bug #966218).
NOTE: The log message format must not be changed without coordinating
this with the check-missing-firmware.sh in hw-detect.
Gbp-Pq: Topic debian
Gbp-Pq: Name firmware_loader-log-direct-loading-failures-as-info-for-d-i.path
Ben Hutchings [Mon, 19 Aug 2024 19:59:45 +0000 (21:59 +0200)]
iwlwifi: Do not request unreleased firmware for IWL6000
Bug-Debian: https://bugs.debian.org/689416
Forwarded: not-needed
The iwlwifi driver currently supports firmware API versions 4-6 for
these devices. It will request the file for the latest supported
version and then fall back to earlier versions. However, the latest
version that has actually been released is 4, so we expect the
requests for versions 6 and then 5 to fail.
The installer appears to report any failed request, and it is probably
not easy to detect that this particular failure is harmless. So stop
requesting the unreleased firmware.
Gbp-Pq: Topic debian
Gbp-Pq: Name iwlwifi-do-not-request-unreleased-firmware.patch
Ben Hutchings [Mon, 24 Aug 2009 22:19:58 +0000 (23:19 +0100)]
af9005: Use request_firmware() to load register init script
Forwarded: no
Read the register init script from the Windows driver. This is sick
but should avoid the potential copyright infringement in distributing
a version of the script which is directly derived from the driver.
Gbp-Pq: Topic features/all
Gbp-Pq: Name drivers-media-dvb-usb-af9005-request_firmware.patch
Diederik de Haas [Tue, 18 Jun 2024 07:46:18 +0000 (09:46 +0200)]
[PATCH] tools/rtla: Restore option to set VERSION var to VERSION file's contents
From
6640548d40a85053cf065f4c66f298bb5253557f Mon Sep 17 00:00:00 2001
Forwarded: not-needed
In upstream commit
01474dc706ca ("tools/rtla: Use tools/build makefiles
to build rtla") the ``Makefile`` was completely restructered to make
use of the ``tools/build`` infrastructure.
For some reason, the restructuring also caused the ``cat VERSION`` part
to detect the kernel version to be dropped and only runs the
``kernelversion`` (toplevel) Makefile target.
Previously that was used as fallback when ``VERSION`` didn't exist.
Re-add the ``cat VERSION`` part as that is used in the Debian build
system.
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-rtla-Restore-option-to-set-VERSION-var-to-VERS.patch
Ben Hutchings [Sat, 13 May 2023 11:03:26 +0000 (13:03 +0200)]
fixdep: Allow overriding HOSTCC and HOSTLD
Forwarded: not-needed
objtool always uses HOSTCC, HOSTLD, and HOSTAR, so we need to override
these on the command line for cross-builds of linux-kbuild. But it
also builds fixdep which still needs to be native in a cross-build.
Add support for REALHOSTCC and REALHOSTLD variables which, if set,
override HOSTCC and HOSTLD for fixdep only.
Gbp-Pq: Topic debian
Gbp-Pq: Name fixdep-allow-overriding-hostcc-and-hostld.patch
Ben Hutchings [Thu, 15 Sep 2022 00:14:03 +0000 (02:14 +0200)]
Makefile: Make compiler version comparison optional
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/
1019749
The top-level Makefile warns if the compiler version string changes at
all between the kernel build and an out-of-tree module build.
We expect that major compiler version changes could introduce ABI
changes, and override the CC variable in out-of-tree module builds to
ensure that the same major compiler version is used. But minor
version changes should not make a difference, so this exact version
comparison produces false warnings.
Since custom kernel packages don't have that, don't remove the version
comparison. Instead, skip it if $(DEBIAN_KERNEL_NO_CC_VERSION_CHECK)
is non-empty.
Gbp-Pq: Topic debian
Gbp-Pq: Name makefile-make-compiler-version-comparison-optional.patch
Ben Hutchings [Fri, 13 May 2022 19:08:08 +0000 (21:08 +0200)]
module: Avoid ABI changes when debug info is disabled
Forwarded: not-needed
CI builds are done with debug info disabled, but this removes some
members from struct module. This causes builds to fail if there is an
ABI reference for the current ABI.
Define these members unconditionally, so that there is no ABI change.
Gbp-Pq: Topic debian
Gbp-Pq: Name module-avoid-abi-changes-when-debug-info-is-disabled.patch
Ben Hutchings [Mon, 26 Apr 2021 16:27:16 +0000 (18:27 +0200)]
kbuild: Abort build if SUBDIRS used
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/987575
DKMS and module-assistant both build OOT modules as root. If they
build an old OOT module that still use SUBDIRS this causes Kbuild
to try building a full kernel, which obviously fails but not before
deleting files from the installed headers package.
To avoid such mishaps, detect this situation and abort the build.
The error message is based on that used in commit
0126be38d988
"kbuild: announce removal of SUBDIRS if used".
Gbp-Pq: Topic debian
Gbp-Pq: Name kbuild-abort-build-if-subdirs-used.patch
Ben Hutchings [Thu, 10 Dec 2020 16:31:39 +0000 (17:31 +0100)]
kbuild: Look for module.lds under arch directory too
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/975571
The module.lds linker script is now built under the scripts directory,
where previously it was under arch/$(SRCARCH).
However, we package the scripts directory as linux-kbuild, which is
meant to be able to do support native and cross-builds. That means it
shouldn't contain files for a specific target architecture without a
wrapper to select between them, and it doesn't appear that linker
scripts are powerful enough to implement such a wrapper.
Building module.lds in a different location would require relatively
large changes. Moving it in the package build rules can work, but we
need to support custom kernel builds from the same source so we can't
assume it's moved.
Therefore, we move module.lds under the arch build directory in
rules.real and change Makefile.modfinal to look for it in both places.
Gbp-Pq: Topic debian
Gbp-Pq: Name kbuild-look-for-module.lds-under-arch-directory-too.patch
Bastian Blank [Tue, 4 Aug 2020 09:44:37 +0000 (09:44 +0000)]
[PATCH 2/2] perf/traceevent: Support asciidoctor for documentation
From
cd02fc78859ef9aefd7c92406f9523622da0b472 Mon Sep 17 00:00:00 2001
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name perf-traceevent-support-asciidoctor-for-documentatio.patch
Bastian Blank [Tue, 4 Aug 2020 09:44:19 +0000 (09:44 +0000)]
[PATCH 1/2] Documentation: Drop sphinx version check
From
252aa79fdbd4ac2da09d9b98f81bf11f5e3e1870 Mon Sep 17 00:00:00 2001
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name documentation-drop-sphinx-version-check.patch
Ben Hutchings [Fri, 22 Jun 2018 16:27:00 +0000 (17:27 +0100)]
android: Enable building ashmem and binder as modules
Bug-Debian: https://bugs.debian.org/901492
We want to enable use of the Android ashmem and binder drivers to
support Anbox, but they should not be built-in as that would waste
resources and increase security attack surface on systems that don't
need them.
- Add a MODULE_LICENSE declaration to ashmem
- Change the Makefiles to build each driver as an object with the
"_linux" suffix (which is what Anbox expects)
- Change config symbol types to tristate
Update:
In upstream commit
721412ed3d titled "staging: remove ashmem" the ashmem
driver was removed entirely. Secondary commit message:
"The mainline replacement for ashmem is memfd, so remove the legacy
code from drivers/staging/"
Consequently, the ashmem part of this patch has been removed.
Gbp-Pq: Topic debian
Gbp-Pq: Name android-enable-building-ashmem-and-binder-as-modules.patch
Ben Hutchings [Mon, 7 Sep 2020 01:51:53 +0000 (02:51 +0100)]
Export symbols needed by Android drivers
Bug-Debian: https://bugs.debian.org/901492
We want to enable use of the Android ashmem and binder drivers to
support Anbox, but they should not be built-in as that would waste
resources and increase security attack surface on systems that don't
need them.
Export the currently un-exported symbols they depend on.
Gbp-Pq: Topic debian
Gbp-Pq: Name export-symbols-needed-by-android-drivers.patch
Ben Hutchings [Fri, 13 Apr 2018 19:10:28 +0000 (20:10 +0100)]
wireless: Add Debian wireless-regdb certificates
Forwarded: not-needed
This hex dump is generated using:
{
for cert in debian/certs/wireless-regdb-*.pem; do
openssl x509 -in $cert -outform der;
done
} | hexdump -v -e '1/1 "0x%.2x," "\n"' > net/wireless/certs/debian.hex
Gbp-Pq: Topic debian
Gbp-Pq: Name wireless-add-debian-wireless-regdb-certificates.patch
Adriaan Schmidt [Mon, 4 Apr 2022 11:38:33 +0000 (13:38 +0200)]
tools: install perf python bindings
Bug-Debian: http://bugs.debian.org/860957
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install-python-bindings.patch
Ben Hutchings [Mon, 11 May 2015 02:51:07 +0000 (02:51 +0000)]
linux-tools: Install perf-read-vdso{,x}32 in directory under /usr/lib
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-perf-read-vdso-in-libexec.patch
Nobuhiro Iwamatsu [Mon, 19 Aug 2024 19:59:45 +0000 (21:59 +0200)]
[sh4] Fix uImage build
Bug-Debian: https://bugs.debian.org/569034
Forwarded: not-needed
[bwh: This was added without a description, but I think it is done
only to avoid a build-dependency on u-boot-tools.]
Gbp-Pq: Topic debian
Gbp-Pq: Name arch-sh4-fix-uimage-build.patch
YunQiang Su [Mon, 14 May 2018 08:16:18 +0000 (16:16 +0800)]
Enable R2 to R6 emulator by default
Forwarded: not-needed
In upstream code, 'mipsr2emu' kernel option is needed
to enable R2 to R6 emulator. Since we need r6 kernel
for our r2 port, let's always enable it.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-enable-r2-to-r6-emu-by-default.patch
YunQiang Su [Mon, 16 Nov 2020 01:11:00 +0000 (09:11 +0800)]
Use RELAXED ieee754 mode for Loongson-3 as 3A 4000 is 2008-only
Forwarded: not-needed
There are 2 mode of value of IEEE NaN hardcoded by CPU.
Currently, our mipsel/mips64el port is in so-called lagacy mode.
Loongson 3A 4000 is set as the so-called 2008 mode.
To make Debian workable on Loongson 3A 4000, we need set the kerenl in
RELAXED mode.
https://web.archive.org/web/
20180830093617/https://dmz-portal.mips.com/wiki/MIPS_ABI_-_NaN_Interlinking
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-ieee754-relaxed.patch
YunQiang Su [Mon, 14 May 2018 08:16:18 +0000 (16:16 +0800)]
Disable uImage generation for mips generic
Forwarded: not-needed
MIPS generic trys to generate uImage when build, which then ask for
u-boot-tools.
[bwh: Updated for 5.17:
- zload-y is no longer assigned here and appears to default to empty
- Adjust context]
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-boston-disable-its.patch
Bastian Blank [Sun, 22 Feb 2009 14:39:35 +0000 (15:39 +0100)]
kbuild: Make the toolchain variables easily overwritable
Forwarded: not-needed
Allow make variables to be overridden for each flavour by a file in
the build tree, .kernelvariables.
We currently use this for ARCH, KERNELRELEASE, CC, and in some cases
also CROSS_COMPILE, KCFLAGS.
This file can only be read after we establish the build tree, and all
use of $(ARCH) needs to be moved after this.
[bwh: Updated for 5.3: include .kernelvariables from current directory
rather than using undefined $(obj).]
Gbp-Pq: Topic debian
Gbp-Pq: Name kernelvariables.patch
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string
Forwarded: not-needed
We want to include the Debian version in the utsname::version string
instead of a full timestamp string. However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.
Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.
Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch
Ben Hutchings [Tue, 24 Jul 2012 02:13:10 +0000 (03:13 +0100)]
Include package version along with kernel release in stack traces
Forwarded: not-needed
For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION
are set.
Gbp-Pq: Topic debian
Gbp-Pq: Name version.patch
Ben Hutchings [Sat, 24 Aug 2019 18:00:41 +0000 (19:00 +0100)]
Documentation: Fix broken link to CIPSO draft
Forwarded: not-needed
We exclude the CIPSO draft text as its licence is not DFSG compliant.
Link to the IETF's online version instead.
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name documentation-fix-broken-link-to-cipso-draft.patch
Ben Hutchings [Sat, 2 Jun 2012 18:53:38 +0000 (19:53 +0100)]
video: Remove nvidiafb and rivafb
Bug-Debian: https://bugs.debian.org/383481
Forwarded: no
These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.
This is arguably not the preferred form for modification.
These drivers are also largely redundant with nouveau. The RIVA 128
(NV3) is not supported by nouveau but is about 15 years old and
probably discontinued 10 years ago.
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name video-remove-nvidiafb-and-rivafb.patch
Ben Hutchings [Mon, 17 Aug 2009 01:45:41 +0000 (02:45 +0100)]
dvb-usb-af9005: mark as broken
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-media-dvb-dvb-usb-af9005-disable.patch
Ben Hutchings [Mon, 13 Apr 2009 16:34:00 +0000 (17:34 +0100)]
Remove microcode patches for mgsuvd (not enabled in Debian configs)
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name arch-powerpc-platforms-8xx-ucode-disable.patch
Ian Campbell [Thu, 17 Jan 2013 08:55:21 +0000 (08:55 +0000)]
Tweak gitignore for Debian pkg-kernel using git
Forwarded: not-needed
[bwh: Tweak further for pure git]
Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch
Salvatore Bonaccorso [Mon, 19 Aug 2024 19:59:45 +0000 (21:59 +0200)]
linux (6.10.6-1) unstable; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.5
- drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()
- locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()
- [x86] perf/x86/intel/cstate: Add Arrowlake support
- [x86] perf/x86/intel/cstate: Add Lunarlake support
- [x86] perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra
Forest
- [x86] platform/x86: intel-vbtn: Protect ACPI notify handler against
recursion
- irqchip/mbigen: Fix mbigen node address layout
- [x86] platform/x86/intel/ifs: Initialize union ifs_status to zero
- jump_label: Fix the fix, brown paper bags galore
- [x86] perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
- [x86] perf/x86/intel: Support the PEBS event mask
- [x86] perf/x86: Support counter mask
- [x86] perf/x86: Fix smp_processor_id()-in-preemptible warnings
- [x86] mm: Fix pti_clone_pgtable() alignment assumption
- [x86] mm: Fix pti_clone_entry_text() for i386
- smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
- power: supply: rt5033: Bring back i2c_set_clientdata
- sctp: Fix null-ptr-deref in reuseport_add_sock().
- gve: Fix use of netif_carrier_ok()
- virtio-net: unbreak vq resizing when coalescing is not negotiated
- net: usb: qmi_wwan: fix memory leak for not ip packets
- net: bridge: mcast: wait for previous gc cycles when removing port
- net: linkwatch: use system_unbound_wq
- ice: Fix reset handler
- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
- Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv
monitor
- net/smc: add the max value of fallback reason count
- [armhf] net: dsa: bcm_sf2: Fix a possible memory leak in
bcm_sf2_mdio_register()
- bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
- idpf: fix memory leaks and crashes while performing a soft reset
- idpf: fix UAFs when destroying the queues
- l2tp: fix lockdep splat
- net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
- net: fec: Stop PPS on driver remove
- net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.
- regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
- gpio: prevent potential speculation leaks in gpio_device_get_desc()
- [x86] hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
- Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
- platform/chrome: cros_ec_lpc: Add a new quirk for ACPI id
- rcutorture: Fix rcu_torture_fwd_cb_cr() data race
- md: do not delete safemode_timer in mddev_suspend
- md: change the return value type of md_write_start to void
- md/raid5: avoid BUG_ON() while continue reshape after reassembling
- debugobjects: Annotate racy debug variables
- nvme: apple: fix device reference counting
- block: change rq_integrity_vec to respect the iterator
- rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
- clocksource/drivers/sh_cmt: Address race condition for clock events
- ACPI: battery: create alarm sysfs attribute atomically
- ACPI: SBS: manage alarm sysfs attribute through psy core
- [x86] cpufreq: amd-pstate: Allow users to write 'default' EPP string
- [x86] cpufreq: amd-pstate: auto-load pstate driver by default
- [arm64] soc: qcom: icc-bwmon: Allow for interrupts to be shared across
instances
- xen: privcmd: Switch from mutex to spinlock for irqfds
- ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MU
- ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
- thermal: intel: hfi: Give HFI instances package scope
- wifi: nl80211: disallow setting special AP channel widths
- wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too
early
- wifi: rtlwifi: handle return value of usb init TX/RX
- wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
- wifi: rtw89: pci: fix RX tag race condition resulting in wrong RX length
- af_unix: Don't retry after unix_state_lock_nested() in
unix_stream_connect().
- PCI: Add Edimax Vendor ID to pci_ids.h
- wifi: mac80211: fix NULL dereference at band check in starting tx ba
session
- udf: prevent integer overflow in udf_bitmap_free_blocks()
- bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory
accesses
- wifi: nl80211: don't give key data to userspace
- can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index
erratum
- can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of
mcp2518fd
- net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on
sa8775p-ride-r3
- btrfs: do not clear page dirty inside extent_write_locked_range()
- btrfs: do not BUG_ON() when freeing tree block after error
- btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
- btrfs: fix data race when accessing the last_trans field of a root
- btrfs: fix bitmap leak when loading free space cache on duplicate entry
- Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver
unloading
- drm/xe/preempt_fence: enlarge the fence critical section
- drm/amd/display: Handle HPD_IRQ for internal link
- drm/amd/display: Add delay to improve LTTPR UHBR interop
- drm/amdgpu: fix potential resource leak warning
- drm/amdgpu/pm: Fix the param type of set_power_profile_mode
- drm/amd/amdkfd: Fix a resource leak in svm_range_validate_and_map()
- drm/xe/xe_guc_submit: Fix exec queue stop race condition
- drm/amdgpu/pm: Fix the null pointer dereference for smu7
- drm/amdgpu: Fix the null pointer dereference to ras_manager
- drm/amdgpu/pm: Fix the null pointer dereference in
apply_state_adjust_rules
- drm/admgpu: fix dereferencing null pointer context
- drm/amdgpu: Add lock around VF RLCG interface
- drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
- drm/amd/display: Add null checks for 'stream' and 'plane' before
dereferencing
- media: amphion: Remove lock in s_ctrl callback
- drm/amd/display: Add NULL check for 'afb' before dereferencing in
amdgpu_dm_plane_handle_cursor_update
- drm/amd/display: Wake DMCUB before sending a command for replay feature
- drm/amd/display: reduce ODM slice count to initial new dc state only when
needed
- drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
- drm/amd/display: remove dpp pipes on failure to update pipe params
- drm/amd/display: Add null checker before passing variables
- media: i2c: ov5647: replacing of_node_put with __free(device_node)
- media: uvcvideo: Ignore empty TS packets
- media: uvcvideo: Fix the bandwdith quirk on USB 3.x
- drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401
- media: xc2028: avoid use-after-free in load_firmware_cb()
- ext4: fix uninitialized variable in ext4_inlinedir_to_tree
- jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
- drm/amd/display: Fix null pointer deref in dcn20_resource.c
- [s390x] sclp: Prevent release of buffer in I/O
- ext4: sanity check for NULL pointer after ext4_force_shutdown
- SUNRPC: Fix a race to wake a sync task
- mm, slub: do not call do_slab_free for kfence object
- profiling: remove profile=sleep support
- clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
- scsi: Revert "scsi: sd: Do not repeat the starting disk message"
- scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
- media: ipu-bridge: fix ipu6 Kconfig dependencies
- media: intel/ipu6: select AUXILIARY_BUS in Kconfig
- irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to
'raw_spinlock_t'
- irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
- sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
- [arm64] cputype: Add Cortex-X3 definitions
- [arm64] cputype: Add Cortex-A720 definitions
- [arm64] cputype: Add Cortex-X925 definitions
- [arm64] errata: Unify speculative SSBS errata logic
- [arm64] errata: Expand speculative SSBS workaround
- [arm64] cputype: Add Cortex-X1C definitions
- [arm64] cputype: Add Cortex-A725 definitions
- [arm64] errata: Expand speculative SSBS workaround (again)
- nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets
- i2c: smbus: Improve handling of stuck alerts
- [arm64] ASoC: SOF: Remove libraries from topology lookups
- i2c: smbus: Send alert notifications to all devices if source not found
- bpf: kprobe: remove unused declaring of bpf_kprobe_override
- kprobes: Fix to check symbol prefixes correctly
- ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL
- i2c: qcom-geni: Add missing clk_disable_unprepare in
geni_i2c_runtime_resume
- [x86] ASoC: cs35l56: Revert support for dual-ownership of ASP registers
- [x86] ASoC: cs35l56: Handle OTP read latency over SoundWire
- drm/atomic: allow no-op FB_ID updates for async flips
- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
- [x86] drm/i915: Allow evicting to use the requested placement
- [x86] drm/i915: Attempt to get pages without eviction first
- drm/amd/display: Replace dm_execute_dmub_cmd with
dc_wake_and_execute_dmub_cmd
- spi: spi-fsl-lpspi: Fix scldiv calculation
- ALSA: usb-audio: Re-add ScratchAmp quirk entries
- drm/xe/rtp: Fix off-by-one when processing rules
- drm/xe: Use dma_fence_chain_free in chain fence unused as a sync
- drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
- drm/xe: Minor cleanup in LRC handling
- drm/xe: Take ref to VM in delayed snapshot
- [arm64] ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
- module: warn about excessively long module waits
- module: make waiting for a concurrent module loader interruptible
- [x86] drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
(CVE-2024-42259)
- drm/amd/display: Skip Recompute DSC Params if no Stream on Link
- drm/amdgpu: Forward soft recovery errors to userspace
- [x86] drm/i915/gem: Adjust vma offset for framebuffer mmap offset
- drm/client: fix null pointer dereference in drm_client_modeset_probe
- drm/i915/display: correct dual pps handling for MTL_PCH+
- drm/test: fix the gem shmem test to map the sg table.
- io_uring/net: ensure expanded bundle recv gets marked for cleanup
- io_uring/net: ensure expanded bundle send gets marked for cleanup
- io_uring/net: don't pick multiple buffers for non-bundle send
- ALSA: line6: Fix racy access to midibuf
- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
- ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
- usb: vhci-hcd: Do not drop references before new references are gained
- USB: serial: debug: do not echo input by default
- usb: typec: fsa4480: Check if the chip is really there
- usb: gadget: core: Check for unset descriptor
- usb: gadget: midi2: Fix the response for FB info with block 0xff
- usb: gadget: u_serial: Set start_delayed during suspend
- usb: gadget: f_fs: restore ffs_func_disable() functionality
- usb: gadget: u_audio: Check return codes from usb_ep_enable and
config_ep_by_speed.
- scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
- scsi: ufs: core: Fix deadlock during RTC update
- scsi: ufs: core: Do not set link to OFF state while waking up from
hibernation
- scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
- tick/broadcast: Move per CPU pointer access into the atomic section
- media: v4l: Fix missing tabular column hint for Y14P format
- vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
- spmi: pmic-arb: add missing newline in dev_err format strings
- ntp: Clamp maxerror and esterror to operating range
- driver core: Fix uevent_show() vs driver detach race
- [arm64] dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on
- tracefs: Fix inode allocation
- tracefs: Use generic inode RCU for synchronizing freeing
- ntp: Safeguard against time_constant overflow
- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
- serial: core: check uartclk for zero to avoid divide by zero
- serial: sc16is7xx: fix TX fifo corruption
- serial: sc16is7xx: fix invalid FIFO access with special register set
- tty: vt: conmakehash: cope with abs_srctree no longer in env
- memcg: protect concurrent access to mem_cgroup_idr
- [x86] ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
- spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree
- kcov: properly check for softirq context
- irqchip/xilinx: Fix shift out of bounds
- irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration
- genirq/irqdesc: Honor caller provided affinity in alloc_desc()
- power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
- power: supply: axp288_charger: Fix constant_charge_voltage writes
- power: supply: axp288_charger: Round constant_charge_voltage writes down
- tracing: Have format file honor EVENT_FILE_FL_FREED
- tracing: Fix overflow in get_free_elt()
- padata: Fix possible divide-by-0 panic in padata_mt_helper()
- smb3: fix setting SecurityFlags when encryption is required
- eventfs: Don't return NULL in eventfs_create_dir()
- eventfs: Use SRCU for freeing eventfs_inodes
- mm: list_lru: fix UAF for memory cgroup
- net/tcp: Disable TCP-AO static key after RCU grace period
- btrfs: avoid using fixed char array size for tree names
- [x86] paravirt: Fix incorrect virt spinlock setting on bare metal
- [x86] mtrr: Check if fixed MTRRs exist before saving them
- sched/smt: Introduce sched_smt_present_inc/dec() helper
- sched/smt: Fix unbalance sched_smt_present dec/inc
- sched/core: Introduce sched_set_rq_on/offline() helper
- sched/core: Fix unbalance set_rq_online/offline() in
sched_cpu_deactivate()
- drm/bridge: analogix_dp: properly handle zero sized AUX transactions
- drm/dp_mst: Skip CSN if topology probing is not done yet
- [arm64,armhf] drm/lima: Mark simple_ondemand governor as softdep
- [x86] drm/mgag200: Set DDC timeout in milliseconds
- [x86] drm/mgag200: Bind I2C lifetime to DRM device
- drm/radeon: Remove __counted_by from StateArray.states[]
- mptcp: fully established after ADD_ADDR echo on MPJ
- mptcp: pm: deny endp with signal + subflow + port
- block: use the right type for stub rq_integrity_vec()
- Revert "drm/amd/display: Handle HPD_IRQ for internal link"
- Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in
amdgpu_dm_plane_handle_cursor_update"
- btrfs: fix corruption after buffer fault in during direct IO append write
- idpf: fix memleak in vport interrupt configuration
- drm/amd/display: Add null check in resource_log_pipe_topology_update
- drm/amd/display: Change ASSR disable sequence
- mptcp: pm: reduce indentation blocks
- mptcp: pm: don't try to create sf if alloc failed
- mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
- btrfs: fix double inode unlock for direct IO sync writes
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.6
- exec: Fix ToCToU between perm check and set-uid/gid usage
- drm/amd/display: Defer handling mst up request in resume
- drm/amd/display: Separate setting and programming of cursor
- drm/amd/display: Prevent IPX From Link Detect and Set Mode
- nvme/pci: Add APST quirk for Lenovo N60z laptop
- [x86] ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
- bpf, net: Use DEV_STAT_INC()
- f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
- f2fs: fix to cover read extent cache access with lock
- fou: remove warn in gue_gro_receive on unsupported protocol
- jfs: fix null ptr deref in dtInsertEntry
- jfs: Fix shift-out-of-bounds in dbDiscardAG
- ALSA: usb: Fix UBSAN warning in parse_audio_unit()
- [x86] platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled
- [x86] platform/x86: ideapad-laptop: introduce a generic notification chain
- [x86] platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymc
- [x86] platform/x86: ideapad-laptop: add a mutex to synchronize VPC
commands
- binfmt_flat: Fix corruption when not offsetting data start
- drm/amd/display: Solve mst monitors blank out problem after resume
- drm/amdgpu/display: Fix null pointer dereference in
dc_stream_program_cursor_position
- media: Revert "media: dvb-usb: Fix unexpected infinite loop in
dvb_usb_read_remote_control()"
- Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no
error"
- Revert "drm/amd/display: Refactor function
dm_dp_mst_is_port_support_mode()"
[dgit import unpatched linux 6.10.6-1]
Salvatore Bonaccorso [Mon, 19 Aug 2024 19:59:45 +0000 (21:59 +0200)]
Import linux_6.10.6.orig.tar.xz
[dgit import orig linux_6.10.6.orig.tar.xz]
Salvatore Bonaccorso [Mon, 19 Aug 2024 19:59:45 +0000 (21:59 +0200)]
Import linux_6.10.6-1.debian.tar.xz
[dgit import tarball linux 6.10.6-1 linux_6.10.6-1.debian.tar.xz]